Nevron Open Vision Documentation
Framework / Data / Data Overview
In This Topic
    Data Overview
    In This Topic

    Relational data access and manipulation is fundamental for enterprise applications. NOV implements a thin wrapper around the data access API of .NET, so even if you are not familiar with the .NET data access API, you can quickly start authoring code that connects and extracts data from a various set of databases - from a single codebase under all environments.

    The relational data support in NOV is thus split into several major parts:

    All examples related to the NOV Data assume that you are using the Nevron.Nov.Data namespace and that you have referenced the Nevron.Nov.Presentation.XXX.dll for the specific runtime that you target.